Received: from anubis.kbfi.ee (anubis.kbfi.ee [192.121.251.14]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id JAA28606 for <blitz-list@helsinki.fi>; Mon, 29 Aug 1994 09:45:47 +0300
Received: from microlnk.ml.ee by anubis.kbfi.ee with smtp
(Smail3.1.28.1 #4) id m0qf0Tq-0003quC; Mon, 29 Aug 94 09:46 EETDST
Received: from ML4/SpoolDir by microlnk.ml.ee (Mercury 1.12);
Mon, 29 Aug 94 9:48:15 +0200
Received: from SpoolDir by ML4 (Mercury 1.12); Sat, 27 Aug 94 12:56:04 +0200
From: "Ott M. Aaloe" <OTT@microlnk.ml.ee>
Organization: MicroLink Ltd.
To: blitz-list@helsinki.fi
Date: Sat, 27 Aug 1994 12:55:59 +0300 (EETDST)
Subject: Memory fragmentation
Priority: normal
X-mailer: Pegasus Mail v3.1 (R1)
Message-ID: <2AFAB55E08@microlnk.ml.ee>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Status:
Status: O
Hi all!
I have major problems with the memory fragmentation.
Has anyone (acid) any idea what to do to keep largest
block of free mem as big as possible. Every time
my program quits largest block decreases ca 300-400 K (chip)
I alloc some huge bitmaps and then free them +
allocating some memory too. But I free everything correctly.
So is this Blitz's problem or am I doing something wrong?
I hope there is solution for this coz otherwise I cant
do my load level routine more that 3 times - then there just
ain't any free mem (well if you use avail command is shell
then it says 1.8 M free chip but largest block is 200 K).